From: IOhannes m zmölnig (Debian/GNU) Date: Thu, 25 Nov 2021 13:18:56 +0000 (+0100) Subject: drop .PHONY X-Git-Tag: archive/raspbian/2.5.1+ds-1+rpi1~1^2~196 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=c98ac36a18fc1f35f32d53dd9f6fbb6843d73792;p=jacktrip.git drop .PHONY Gbp-Dch: ignore --- diff --git a/debian/rules b/debian/rules index 49793bc..cbcc343 100755 --- a/debian/rules +++ b/debian/rules @@ -22,12 +22,12 @@ override_dh_clean: rm -rf $(FLAVORS:%=$(builddir)%) rm -f $(FLAVORS:%=jacktrip-%.1) -.PHONY: $(patsubst %,configure_%,$(FLAVORS)) +#.PHONY: $(patsubst %,configure_%,$(FLAVORS)) override_dh_auto_configure-arch: $(patsubst %,configure_%,$(FLAVORS)) configure_%: dh_auto_configure -a -B $(builddir)$* -- $(strip $(CONFIG) $(CONFIG_$*)) $(CURDIR)/jacktrip.pro -.PHONY: $(patsubst %,build_%,$(FLAVORS)) +#.PHONY: $(patsubst %,build_%,$(FLAVORS)) override_dh_auto_build-arch: $(patsubst %,build_%,$(FLAVORS)) $(patsubst %,$(builddir)%/jacktrip.1,$(FLAVORS)) build_%: dh_auto_build -a -B $(builddir)$* -- -f Makefile.Release